home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / TetrolLapse.swf / scripts / DefineButton2_171 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  132 b   |  8 lines

  1. on(release){
  2.    if(_root.SoundOn)
  3.    {
  4.       _root.SoundClickButton.start();
  5.    }
  6.    getURL(_root.LinkMoreGames,"_blank");
  7. }
  8.